SftTree/NET 2.0

MaxOffset Property, SplitterClass Class

Softel vdm, Inc.

Defines the maximum offset of the splitter bar while the user moves the splitter bar.

Syntax      SplitterClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MaxOffset As Integer

C#   

public int MaxOffset { get; set; }

C++   

public: property int MaxOffset {
        int get();
        void set(int value);
}

Property Value

The maximum offset value or 0 to omit the maximum value.

Comments

The MaxOffset property defines the maximum offset of the splitter bar while the user moves the splitter bar.

The minimum offset affects user resizing of the panes using the splitter bar only. An application can define an offset (Splitter.Offset property) that is not constrained by the MinOffset and MaxOffset properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com